home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Games Extra 1996 September
/
Amiga Games Extra CD-ROM 9-1996.iso
/
userbox
/
publicdomain
/
aplayer
/
ir_scripts
/
prevmodbutton.aplay
< prev
next >
Wrap
Text File
|
1994-12-15
|
855b
|
25 lines
/* These scripts are made for special use with I/R controllers. If you */
/* Find these scripts stupid, it's because we don't own an I/R */
/* controller. However if you have one, please try these scripts for us, */
/* and send us some info on how it worked for you. It's meant as a */
/* call-on-signal script, that starts everytime your I/R IO software */
/* detects a certain signal for example the I/R IO software should call */
/* the 'play' script everytime you hit the 'play' button on your remote. */
ADDRESS APlayer
OPTIONS RESULTS
SIGNAL ON HALT
Prevmod
EXIT
/*
This is the 'emergencybrake' part of this script. If you can't stop this
sucker run the program HI which is located in the RXC drawer on your
sys: partition.
*/
HALT:
Say 'The PrevModButton.aplay script has been stopped. Hope you liked it.'
EXIT